home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
carreras.swf
/
scripts
/
frame_2
/
PlaceObject2_49_3
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-26
|
352 b
|
23 lines
onClipEvent(enterFrame){
if(bactive == true)
{
this.ruedamc.play();
}
else
{
this.ruedamc.stop();
}
this.onRollOver = function()
{
bactive = true;
};
this.onRollOut = function()
{
bactive = false;
};
this.onPress = function()
{
_root.gotoAndStop(3);
};
}